func strconv.quoteRuneWith
4 uses
strconv (current package)
quote.go#L27: func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string {
quote.go#L171: return quoteRuneWith(r, '\'', false, false)
quote.go#L187: return quoteRuneWith(r, '\'', true, false)
quote.go#L203: return quoteRuneWith(r, '\'', false, true)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |